forked from ClickHouse/ClickHouse
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
22.3.12 Pre-release #199
Merged
Merged
22.3.12 Pre-release #199
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add comment and rename github robot token add clickhouse instance password parameter use Altinity's s3 bucket Use altinityinfra dockerhub images and minor adjustments (#135) Allow CI to be triggered on PR Proper error reporting during docker pull and lowercase version name allow `v22.3.x.y-altinitystable` git tags Download specific MinIO version instead of latest - same as upstream master remove stale chmod More stable CI/CD builds: - Rebuilding all docker images - Reduced number of docker images - Rerunning functional tests even if those were already executed in previous run Added missing dependencies for stateful tests Re-generating _pb2 files on each test run Changed hardcoded docker images name prefixes from `clickhouse/` to `altinityinfra/` Pushing images as :latest too to avoid some test failures reverted back to use clickhouse/jdbc-bridge etc.
Support `batch_delete` capability for GCS
…bjects Fixes for objects removal in `S3ObjectStorage`
Starting a release from release_branches.yml Fixed error in build_report_check.py
Window functions and GCP fixes ClickHouse#36944, ClickHouse#34632, ClickHouse#37659 and ClickHouse#37882
Preparing for a release
Reverted VERSION_REVISION to value that was there before changes from Altinity's size Added VERSION_TWEAK, VERSION_FLAVOUR with proper values Utilizing tweak and flavour in version from autogenerated_versions.txt
Proper version with proper VERSION_REVISION
…`ExpressionAnalyzer`, shall be `aggregated_columns`.
…ast value in window.
…tants" This reverts commit a020fe3, reversing changes made to 8c06abe. Reverted to fix ClickHouse#37812 missing columns in case of using constants in CTE
Revert "Merge pull request ClickHouse#39761 from ClickHouse/backport/22.3/39687"
Revert "Merge pull request ClickHouse#27531 from abel-cheng/with-constants"
…tion Fixed `Unknown identifier (aggregate-function)` exception which appears when a user tries to calculate WINDOW ORDER BY/PARTITION BY expressions over aggregate functions — backport of ClickHouse#39762
…ndowfunctions Fixed point of origin for exponential decay window functions to the last value in window — backport of ClickHouse#39593
22.3.10 Pre-release PR
Backport ClickHouse#40901 to 22.3: fix memory leak in MV+Kafka
Backport ClickHouse#40485 to 22.3: fix parquet chunked arrays
Fix unknown columns (Revert PR #194)
…mizations_22.3 Dummy PR for ci-enable-testflows-again-customizations_22.3 branch to make CI happy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes Compared to Community Build v22.3.12.1-lts
S3ObjectStorage
ClickHouse/ClickHouse#37882 by @excitoon (via Window functions and GCP fixes ClickHouse/ClickHouse#36944, ClickHouse/ClickHouse#34632, ClickHouse/ClickHouse#37659 and ClickHouse/ClickHouse#37882 #164)batch_delete
capability for GCS ClickHouse/ClickHouse#37659 by @frew (via Window functions and GCP fixes ClickHouse/ClickHouse#36944, ClickHouse/ClickHouse#34632, ClickHouse/ClickHouse#37659 and ClickHouse/ClickHouse#37882 #164)Unknown identifier (aggregate-function)
exception which appears when a user tries to calculate WINDOW ORDER BY/PARTITION BY expressions over aggregate functions ClickHouse/ClickHouse#39762 by @quickhouse (via FixedUnknown identifier (aggregate-function)
exception which appears when a user tries to calculate WINDOW ORDER BY/PARTITION BY expressions over aggregate functions — backport of ClickHouse/ClickHouse#39762 #189)TODO